Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for block comments in Markdown configuration #22352

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

Rusydy
Copy link
Contributor

@Rusydy Rusydy commented Dec 22, 2024

This pull request includes a small change to the crates/languages/src/markdown/config.toml file. The change adds block comment syntax for Markdown files.

Closes #19797

I have been testing it with the following:

  1. create a simple markdown file containing following words
good morning - English
Dzień dobry - polish
おはよう - japanese
صباح الخير - arabic
早安 - Chineses (Traditional)
  1. comment using cmd+/ and see if there are any errors

Release Notes:

  • Added block comment syntax <!-- and --> for Markdown files.

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 22, 2024
@maxdeviant maxdeviant changed the title [Issues-19797]: Add support for block comments in Markdown configuration Add support for block comments in Markdown configuration Dec 22, 2024
@SomeoneToIgnore SomeoneToIgnore self-assigned this Jan 1, 2025
@SomeoneToIgnore SomeoneToIgnore added this pull request to the merge queue Jan 1, 2025
Merged via the queue into zed-industries:main with commit 4ce1ccf Jan 1, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I cannot comment a line in Markdown
2 participants